* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.text-md {
    font-size: 15px;
    font-weight: 400;
}

.text-bold {
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
}

.img-cover {
    width: 100%;
    height: 100vh !important;
}

.text-decoretion{
    text-decoration: none;
}

.text-sm {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.text-gray {

    line-height: 22px;
    color: #808080;
}

.border-gray {
    border-top: 1px solid #808080;
}